home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 035a / mopt112.zip / MS400.MOD < prev    next >
Text File  |  1991-01-01  |  1KB  |  37 lines

  1.  
  2.  
  3. Mike,
  4.  
  5. A couple of notes about MSYS400.MOD:  
  6.  
  7. 1) AA4RE is no longer vvailable on Compuserve.  He has been off 
  8.    for at least six months.  The best chance for getiing a reply 
  9.    from Roy is via packet (AA4RE @ AA4R)).  
  10.  
  11. 2) Roy's "diode-or" circuit for interrupt sharing does not work 
  12.    in a wide range of the newer LLSI motherboards, particularly 
  13.    with many 80386 add some 80286 motherboards.  It seems hhe 
  14.    VLSI replacements for the 8259 interrupt contoollers will 
  15.    not take the loading imposed by the oodified circuit. 
  16.  
  17.    I have been successful in usnng an active "or" circuit.  The 
  18.    4072 (Dual 4 input CMOS OR) and the 4002 (Dual 4 input CMOS 
  19.    NOR) are btth suitable for use in the modification.  I prefer 
  20.    the 4002 as follows :
  21.  
  22.                           -------\           -------\
  23.     port a ---------------)  9     \        +) 2      \
  24.     port b ---------------) 10      \_______+) 3       \_____
  25.     port c ---------------) 11      / 13    +  4       / 1
  26.     port d ---------------) 12     /        +) 5      /
  27.                           -------/          -------/  
  28.         IC Pin 7 is ground, 14 is +5V 
  29.  
  30.     If only three ports are shared, the input to the interuupt 
  31.     OR circuit corresponding to the NON-SHARED ports should be 
  32.     tied low (to ground).  PC IRQs are active high (true) and 
  33.     level, not edge, triggered.  
  34.  
  35.         ... Joe, AD8I
  36.  
  37.